Preparation โ
Both characters and items can use animated sprites.
To convert your still image into an animated sprite, you'll need to provide a horizontal sprite sheet and an .ini file.
The filename of the .ini file, the filename of the horizontal sprite sheet, and the id column in the mod-loading Excel sheet must all match.

INI โ
ini
frame = 6
time = 0.066
scale = 100This defines an animation with 6 frames at a 66 ms interval.
Example โ

Variation โ
You can use variations with animated sprites for automatic switching.